Skip to content

Comments

fix: list command#12

Open
Pertempto wants to merge 3 commits intoLeanMendez:mainfrom
Pertempto:9-fix-list-command
Open

fix: list command#12
Pertempto wants to merge 3 commits intoLeanMendez:mainfrom
Pertempto:9-fix-list-command

Conversation

@Pertempto
Copy link
Collaborator

@Pertempto Pertempto commented Sep 18, 2025

Resolves #9

Changes

  • Show message when there are 0 tasks
  • Show correct message when there are 0 tasks that match the filter

Testing

Zero Tasks

  • Initialize with new empty tasks.json
  • Run go run main.go list
  • Verify no tasks is shown (instead of previous confusing error message)

No Matches

  • Run with a few tasks
  • Run go run main.go list zzz
  • Verify no tasks found matching "zzz" is shown (instead of previous incorrect error message)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: list command with no tasks

1 participant